Vcenter Network Projects FilterSpec
The Vcenter Network Projects FilterSpec schema contains properties used to filter the results when listing projects. If multiple properties are specified, only projects matching all of the properties match the filter.
This schema was added in vSphere API 9.0.0.0.
{
"ids": [
"string"
],
"names": [
"string"
],
"external_ids": [
"string"
]
}
Identifiers that projects must have to match the filter (see Vcenter Network Projects ProjectInfo.id).
This property was added in vSphere API 9.0.0.0.
If missing or null
or empty, projects with any ID match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.network.project
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.network.project
.
Names that projects must have to match the filter (see Vcenter Network Projects ProjectInfo.name).
This property was added in vSphere API 9.0.0.0.
If missing or null
or empty, projects with any name match the filter.
External identifiers that projects must have to match the filter (see Vcenter Network Projects ProjectInfo.external_id).
This property was added in vSphere API 9.0.0.0.
If missing or null
or empty, projects with any external identifier match the filter.